/*pc-footer-contact-bar*/
.quickContactBar {
    height: 94px;
    background-color: #ff3547;
}
.quickContactBar .left{
    width: 613px;
    height: 94px;
    float: left;
}
.quickContactBar .left .contact-notice{
    color: white;
    font-size: 30px;
    line-height: 94px;
}
.quickContactBar .right{
    width: 613px;
    height: 94px;
    float: right;
}
.quickContactBar .right .quick-contact-zone{
    margin-top: 25px;
    text-align: right;
}
.quickContactBar .right .quick-contact-zone .quick-contact-input{
    height: 45px;
    width: 400px;
    padding-left: 10px;
    margin-right: 5px;
    font-size: 16px;
    border: 3px solid white;
}
.quickContactBar .right .quick-contact-zone .quick-contact-button{
    height: 45px;
    width: 100px;
    border: 2px solid white;
    background-color: rgba(0,0,0,0);
    color: white;
    font-size: 16px;
    border-radius: 2px;
}
/*footer-zone*/
.footerBar {
    background-color: #1e1e1e;
    overflow: hidden;
    color: rgba(255,255,255,.6);
    border-bottom: 1px dashed #434343;
    padding-bottom: 30px;
}
.footerBar .container-std a {
    color: rgba(255,255,255,.6);
}
.footerBar .footer-logo-zone {
    margin-top: 50px;
    text-align: center;
}
.footerBar .footer-description {
    margin-top: 30px;
    text-align: center;
}
.footerBar .footer-links-zone .links-row {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #434343;
}
.footerBar .footer-links-zone .links-title {
    font-size: 18px;
    color: white;
}
.footerBar .footer-links-zone .links-icon,
.footerBar .footer-links-zone .links-mark {
    color: #ff3547;
}
.footerBar .footer-links-zone .links-icon-msg {
    margin-left: 100px;
}
.footerBar .footer-links-zone .links-mark-msg {
    margin-left: 60px;
}
.footerBar .footer-links-zone-1,
.footerBar .footer-links-zone-2,
.footerBar .footer-links-zone-3,
.footerBar .footer-links-zone-4 {
    width: 306px;
    padding-right: 30px;
    float: left;
}

.footer-leave-msg-input,
.footer-leave-msg-textarea {
    padding: 5px;
    width: 100%;
    font-size: 16px;
    color: white;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    display: block;
}

.footer-leave-msg-input {
    border: none;
    border-bottom: 1px solid #ced4da;
}
.footer-leave-msg-textarea {
    margin-top: 20px;
    height: 150px;
    border: 1px dashed #333333;
    border-bottom: 1px solid #ced4da;
    resize: none;
}
.footer-leave-msg-button {
    width: 100%;
    height: 35px;
    border: 1px solid white;
    margin-top: 20px;
    background-color: rgba(0,0,0,0);
    color: white;
    font-size: 14px;
    border-radius: 2px;
}

.barUp {
    padding: 15px 0 0 0;
}
.barDown {
    padding: 15px 0 15px 0;
}
.friendLinkBar {
    background-color: #1e1e1e;
    color: rgba(255,255,255,.6);
    overflow: hidden;
}
.friendLinkBar .friend-link-list {
    margin: 0;
    padding: 0;
}
.friendLinkBar .friend-link-list,
.friendLinkBar .friend-link-list a {
    font-size: 12px;
    color: rgba(255,255,255,.6);
    line-height: 20px;
}
.friendLinkBar .friend-link-list .friend-link-list-title,
.friendLinkBar .friend-link-list .friend-link-list-item,
.friendLinkBar .friend-link-list .friend-link-list-msg {
    float: left;
    list-style: none;
    padding-left: 0;
}
.friendLinkBar .friend-link-list .friend-link-list-item::after {
    content: "|";
    margin: 0 5px;
}

.copyrightBar {
    background-color: #141414;
    color: rgba(255,255,255,.6);
    overflow: hidden;
}
.copyrightBar,
.copyrightBar .right a {
    color: rgba(255,255,255,.6);
    line-height: 50px;
}
.copyrightBar .left{
    float: left;
}
.copyrightBar .right{
    float: right;
}